Fix race where emacs aborts when sent SIGTERM.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2013 05:13:21 +0000 (22:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2013 05:13:21 +0000 (22:13 -0700)
commit79974dd8ffb53bbbe06a7a1853ae2002570200a0
tree615263392daac7c8274bc40c9ea5622275b7d923
parenta18343bc740b5cc39647052cfe539fe29a854584
Fix race where emacs aborts when sent SIGTERM.

* keyboard.c (unblock_input_to): Don't process pending signals
if a fatal error is in progress.
src/ChangeLog
src/keyboard.c